Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document Namespace / IAsyncOperationWithProgress<TResult,TProgress> Interface / ErrorCode Property

In This Topic
    ErrorCode Property (IAsyncOperationWithProgress<TResult,TProgress>)
    In This Topic
    Gets an exception occurs in the asynchronous operation.
    Syntax
    'Declaration
     
    ReadOnly Property ErrorCode As Exception
    Exception ErrorCode {get;}
    See Also